Carbon


normalBit

Header: Quickdraw.h

enum {
    normalBit = 0,
    inverseBit = 1,
    redBit = 4,
    greenBit = 3,
    blueBit = 2,
    cyanBit = 8,
    magentaBit = 7,
    yellowBit = 6,
    blackBit = 5
};

Constant descriptions

normalBit
inverseBit
redBit
greenBit
blueBit
cyanBit
magentaBit
yellowBit
blackBit


© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)